home *** CD-ROM | disk | FTP | other *** search
- 8 June 1990
- FILENAME DESCRIPTION
- PRINTPAS.EXE Printing modulating filter for turbo pascal.
- PRINTPAS.DOC Documentation for printing filter.
- NONSENSE.PAS A "nonsense" program in pascal with comments
- to illustrate operation of the printing filter.
-
- Printpas.exe works on turbo pascal source code and modulates the source code
- before it is printed on common dot matix printers. Printpas makes use of the
- various character pitches, highlighting options, and italics font on these
- printers. In printing source code, a few syntax rules must be followed for
- proper operation-then the program will do the following:
-
- a) Highlight and index user procedures and functions. If code is for
- a pascal unit, then user can select whether all or only external
- procedures and functions are noted.
- b) Highlight global and local variables in two different printing fonts.
- c) Maintain a begin/end count on the right side of paper.
- d) Generate a source code file stripped of one or both types of pascal
- comments.(If desired.)
- e) After printing source code, a table of user procedures and functions
- is printed, with indices to use Borland's "find" in the IDE editor.
- dld
-